/*Toolbox CSS*/

/*Define body background and font*/

/*last updated 02 Feb 2016*/


body {background-image:url(../backgrounds/metalgalvanized0047_m.jpg)}
	
	
.floatleft { float: left; 
	margin: 10px 5px 10px 20px; 
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}
	
.floatright { float: right;
	margin: 10px 20px 10px 5px;
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}

h1 {
	color: #FC0;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: #287730;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p1 {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;}
	
p2 {
	color: black;
	font-size: 10pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p3 {
	color: black;
	font-size: 12pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: none;
	background-color:transparent;}
	
p4 {
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: circle;
}

/*table appearance*/

table.main { background-color:#FFFFCC;border-collapse:collapse;font-family:Arial;color:black; }
.main th { background-color:#9CF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold; }
.main td, .main th { padding:5px;border:1px solid #BDB76B; }
.main td { background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 11pt;
	font-color: black;
	font-weight: none; }

table.noc {
	border: 1px solid;
	border-color: black;
	background-color: #FF6;
	padding: 6px 2px
	border-spacing: 2px}



td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt
}

td.navnorm {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: #666;
	font-weight: bold;}	

td.title {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;}
	
	
td.noctitle{
	background-color:#FF6;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;}
	
	
td.smtitle{
	background-color:#9CF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 11pt;
	font-color: black;
	font-weight: none;}	
	
td.normal2 {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 11pt;
	font-color: black;
	font-weight: none;}	
	
td.ns5 {
	background-color:#BD9EC7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: black;
	font-weight: none;}	
	
td.ns5title{
	background-color:#BD9EC7;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;}
	


/*normal link?*/



/*Lab Links*/

a.emergency {
	color: #C00;
	font-weight: bold;
	text-decoration: none;}
	
	a.emergency:link {
	color: #c00;
	font-weight: bold;
	text-decoration: none;}
	
	a.emergency:hover {
	color: #c00;
	font-weight: bold;
	text-decoration: none;}
	
	a.emergency:visited {
	color: #c00;
	font-weight: bold;
	text-decoration: none;}
	



a.lablink {
	color: #566047;
	font-weight: bold;
	text-decoration: none;
}

a.lablink:link {
	color: #566047;
	text-decoration: none;
}

a.lablink:hover {
	color: navy;
	text-decoration: none;
}

a.lablink: visited {
	color: gray;
	text-decoration: none;
}

/*Normal links*/

a.normlink {
	color: #5a6699;
	font-size: 10pt;
	font-weight: bold;}

a.normlink:link {
	color: #5a6699;
	font-size: 10pt;
	text-decoration: none;}

a.normlink:hover {
	color: navy;
	font-size: 10pt;
	text-decoration: underline;}

a.normlink:visited {
	color: #5a6699;
	font-size: 10pt;
	text-decoration: none;}
	

/*NS5 links*/
a.ns5link {
	color: #170017;
	font-weight: bold;}

a.ns5link:link {
	color: #170017;
	text-decoration: none;}

a.ns5link:hover {
	color: navy;
	text-decoration: underline;}

a.ns5link:visited {
	color: #333;
	text-decoration: none;}



/*This part determines the link appearance*/

a:link{
	font-weight: bold;
	
	text-decoration: none;
	color: #566047;}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: #566047;}
	
a:visited{
	text-decoration: none;
	color: #566047;
	font-weight: bold;}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: navy;}



a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: navy;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: gray;}

a.tdilink: hover{
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
